September 2008
PHP CSRF protection class
by 1 otherThis class adds CSRF protection to existing PHP applications that make use of PHP's session support for authentication. If you are writing an application from scratch you shouldn't use this; it's designed to protect legacy apps that were not built with CSRF in mind.
June 2007
sfCSRFPlugin - symfony
The sfCSRFPlugin plugin provides protection against Cross Site Request Forgeries.
1
(2 marks)